Skip to main content

DescribeSecurityEventOperations

Description

call DescribeSecurityEventOperations to view the list of operations that you can handle alarm events.

Request Method

POST

Request Path

/apsara/route/Sas/DescribeSecurityEventOperations

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
SecurityEventIdBODYlongNo89621security alarm ID.
SourceIpBODYstringNo1.2.3.4access the IP address of the source.
regionIdBODYstringYesNo sample value for this parameter.region id
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstringF661324F-F381-4218-A0F4-7A901FB39EEDrequest ID of the result.
OperationParamsstringqqqqqoperation parameters.
SecurityEventOperationsResponsearrayNo sample value for this parameter.the type of operation to handle alarm events.
OperationCodestringignorethe operation type code for handling alarm events.
UserCanOperatebooleantruewhether alarm events can be handled. Value: true: the alarm event can be processed. false: this alarm event cannot be processed.

Example

Successful Response example

{
"RequestId":"F661324F-F381-4218-A0F4-7A901FB39EED",
"OperationParams":"qqqqq",
"SecurityEventOperationsResponse":"",
"OperationCode":"ignore",
"UserCanOperate":"true"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}